home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oz - The Magical Adventure
/
Adventure.iso
/
pc
/
dkdata
/
six.dxr
/
boat_71_go back from rowing.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-06-01
|
218 b
|
10 lines
on exitFrame
global gPrevScreen, gCurrentScreen
if (gPrevScreen = "6211") or (gPrevScreen = "6212") then
bypass = gCurrentScreen & "_done"
if label(bypass) > 0 then
go(bypass)
end if
end if
end